home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / pocketd / deldir.bat < prev    next >
Encoding:
DOS Batch File  |  1992-05-22  |  183 b   |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /I@zzzS %1\
  5. goto exit
  6. :usage
  7. echo Delete a named subdirectory, including all files
  8. echo usage: DELDIR name
  9. :exit
  10.  
  11.